home *** CD-ROM | disk | FTP | other *** search
/ CompuServe CD 296W / CompuServe 296W.iso / csdemo / csdemo.exe / csdemo.DXR / 00002.ls < prev    next >
Encoding:
Text File  |  1995-09-14  |  146 b   |  9 lines

  1. on mouseDown
  2.   sound fadeOut 2, 60
  3.   if soundBusy(1) then
  4.     sound fadeOut 1, 45
  5.   end if
  6.   set the cursor of sprite 48 to 0
  7.   go("collage")
  8. end
  9.